go/printer.printer.identList (method)

5 uses

	go/printer (current package)
		nodes.go#L108: func (p *printer) identList(list []*ast.Ident, indent bool) {
		nodes.go#L371: 				p.identList(par.Names, ws == indent)
		nodes.go#L545: 				p.identList(f.Names, false)
		nodes.go#L1549: 	p.identList(s.Names, false) // always present
		nodes.go#L1635: 		p.identList(s.Names, doIndent) // always present